--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 91e6842b9c6949076c0de3c3478a3387f0aac3df
Parents : d1e1166
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-04-13T18:29:56-05:00
feat(rncp): add new API endpoints for RNCP status and stop operations
Changes
Diff
diff --git a/tests/backend/fixtures/http_api_routes.json b/tests/backend/fixtures/http_api_routes.json
index dc2d04ce..a27f720b 100644
--- a/tests/backend/fixtures/http_api_routes.json
+++ b/tests/backend/fixtures/http_api_routes.json
@@ -636,6 +636,14 @@
"method": "POST",
"path": "/api/v1/rncp/listen"
},
+ {
+ "method": "GET",
+ "path": "/api/v1/rncp/status"
+ },
+ {
+ "method": "POST",
+ "path": "/api/v1/rncp/stop"
+ },
{
"method": "POST",
"path": "/api/v1/rncp/send"
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────